home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 016 / fansicon.arc / SK.PCH < prev    next >
Encoding:
Text File  |  1985-03-03  |  1.3 KB  |  36 lines

  1. ;The following command should be applied to SK.COM
  2. ;to patch it so that LEFT SHIFT-RIGHT SHIFT is used
  3. ;to enter Sidekick instead of ALT-CTRL.
  4. ;This allows the use of FANSI-CONSOLE's ALT-CTRL
  5. ;key combinations without waking up Sidekick.
  6. ;Note that the patched routine may not be in exactly
  7. ;the same place in your version of Sidekick.
  8. ;The commented lines (ones starting with semi-
  9. ;colons) will generate error text but that is OK.
  10. ;----------------------------------------------
  11. ;    debug sk.com <sk.pch
  12. ;----------------------------------------------
  13. ;The following routine will appear at ABOUT the same
  14. ;place in your version, check the address and
  15. ;change the patch address if it is different in your version.
  16. ;xxxx:0876 50        PUSH    AX                
  17. ;xxxx:0877 2E        CS:                    
  18. ;xxxx:0878 803E360200    CMP    BYTE PTR [0236],00        
  19. ;xxxx:087D 7510        JNZ    088F                
  20. ;xxxx:087F 2E        CS:                    
  21. ;xxxx:0880 A06A0A    MOV    AL,[0A6A]            
  22. ;xxxx:0883 240F        AND    AL,0F                
  23. ;xxxx:0885 3C0C        CMP    AL,0C                
  24. ;xxxx:0887 7406        JZ    088F    ;Replace this jump with NOPs 
  25. ;xxxx:0889 3C03        CMP    AL,03                
  26. ;xxxx:088B 7402        JZ    088F                
  27. ;xxxx:088D 58        POP    AX                
  28. ;xxxx:088E CF        IRET                    
  29. ;
  30. a887
  31. nop
  32. nop
  33.  
  34. w
  35. q
  36.